-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update linux-macos-setup.rst (IDFGH-12999) #13949
Conversation
libslirp0 libsdl2-dev added see espressif#13152
👋 Hello diplfranzhoepfinger, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
@diplfranzhoepfinger Thank you for your PR but qemu is not yet part of the core of ESP-IDF. Therefore, these libraries are not required by the majority of ESP-IDF users. The qemu support is documented at this page: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/qemu.html. Installation of additional libraries are discussed there. |
but how can i deselect it then ? if i follow your guide, it is installed if i want or not ! |
The Qemu tools are not installed by default. One has to run the commands on https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/qemu.html. First the missing dependencies are installed and then the qemu tools themself. So given into account the above, I'm closing this pull request. |
libslirp0 libsdl2-dev added
see #13152